home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3force.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_FORCE_H = 1;
- include("real/objects/r3level.js")
-
-
- var R3CLID_FORCE = 1437;
-
-
-
-
- // Description: Evaluate field in given point.
- // p1: r3Vect, abs point in which the field should be evaluated.
- // p3: r3Vect, force vector which identifies the strenght of the field.
-
- R3FORCEM_EVALFIELD = 1437000;
-
- function mR3FORCEM_EVALFIELD(p1, p3) {
- DoA2(this.r3obj, 1437000, p1, R3TID_VECTOR, 0, p3, R3TID_VECTOR, 0);
- }
-
-
-
-
-
-
- function r3Force () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_FORCE, arguments);
- }
- // Methods
- this.EVALFIELD=mR3FORCEM_EVALFIELD;
-
- // Attributes
- }
-
- r3Force.prototype=new r3Level;
- // r3force.h_H